home *** CD-ROM | disk | FTP | other *** search
- echo "You may have to enter an administrator's password to continue."
- sudo rm -rf /System/Library/Extensions/VLabKernelAdditions.kext/
- sudo rm -rf /System/Library/Extensions/VLabKernelAdditions4.kext/
- sudo rm -rf /Library/Application\ Support/VirtualLab/
-
- if [ -d /System/Library/Extensions/VLabKernelAdditions.kext ]; then
- echo "VirtualLab uninstall failed. Please check your password and try again."
- else
- if [ -d /System/Library/Extensions/VLabKernelAdditions4.kext ]; then
- echo "VirtualLab uninstall failed. Please check your password and try again."
- else
- echo "VirtualLab has been partially removed."
- echo "To complete the uninstallation, drag the VirtualLab folder from inside the Applications folder to the Trash and empty the Trash."
- fi
- fi
-